Adwaita: Avoid accindental border on last treeview header
authorLapo Calamandrei <calamandrei@gmail.com>
Wed, 17 May 2017 16:09:59 +0000 (18:09 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Wed, 17 May 2017 16:14:21 +0000 (18:14 +0200)
commit251fe5e6644f727d330dbd41242bf79a6acc4568
tree259d519e4e69acb7a9feb1e68e553d32475bb075
parent9981f46e0b5184c9f53cc83e818f7ad6a4086650
Adwaita: Avoid accindental border on last treeview header

The :last-child selector supposed to reset the border was
overridden by the :hover selector. This is fixed by moving the
:last-child selector after the overriding one.
Thanks to Sebastian Keller for spotting.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=779078.
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css